UserVariable.Remove method

Removes a user-defined variable.

Namespace: IntervalZero.KINGSTAR.Base.Class

Assembly: IntervalZero.KINGSTAR.Base.Class (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public void Remove()
public Sub Remove()

Remarks

User variables cannot be deleted using UserVariable.Remove when Debug methods are used.

Debug methods: ISubsystem.DebugMessage method, ISubsystem.GetCategoryName method, ISubsystem.SetCategoryName method

Usable EtherCAT states

ecatOffline, ecatInit, ecatBoot, ecatPreOP, ecatSafeOP, ecatOP

See also

UserVariable Class

IntervalZero.KINGSTAR.Base.Class Namespace